| Name | Description |
 | AxisLine | Gets or sets a value indicating whether the axis line is visible. |
 | Binding | Gets or sets the comma-separated property names for property "ItemsSource". |
 | Format | Gets or sets the format string used for axis labels |
 | ItemFormatter | Gets or sets the itemFormatter client-side function name for axis labels. |
 | ItemsSource | Gets or sets the items source for axis labels. |
 | LabelAlign | Gets or sets the label alignment. |
 | LabelAngle | Gets or sets the rotation angle of axis labels. The angle is measured in degrees with valid values ranging from -90 to 90. |
 | LabelPadding | Gets or sets the label padding. |
 | Labels | Gets or sets a value indicating whether axis labels are visible. |
 | LogBase | Gets or sets the logarithmic base of the axis. |
 | MajorGrid | Gets or sets a value indicating whether the axis includes grid lines. |
 | MajorTickMarks | Gets or sets the location of axis tick marks. |
 | MajorUnit | Gets or sets the number of units between axis labels.If the axis contains date values, then the units are expressed in days. |
 | Max | Gets or sets the maximum value shown on the axis. If not set, the maximum is calculated automatically. |
 | Min | Gets or sets the minimum value shown on the axis. If not set, the minimum is calculated automatically. |
 | MinorGrid | Gets or sets a value indicating whether the axis includes minor grid lines. |
 | MinorTickMarks | Gets or sets the location of minor axis tick marks. |
 | MinorUnit | Gets or sets the number of units between minor axis ticks. If the axis contains date values, then the units are expressed in days. |
 | Name | Gets or sets the axis name. |
 | OnClientRangeChanged | Occurs when axis range changed. |
 | Origin | Gets or sets the value at which the axis crosses perpendicular axis. |
 | OverlappingLabels | Gets or sets a value indicating how to handle overlapped axis labels. |
 | PlotAreaIndex | Gets or sets the plot area for the axis. |
 | Position | Gets or sets the enumerated axis position. |
 | Reversed | Gets or sets a value indicating whether the axis is reversed (top to bottom or right to left). |
 | Title | Gets or sets the title text shown next to the axis. |